home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1307 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.8 KB

  1. Date: Wed, 27 Apr 1994 11:20:45 +0200
  2. From: Thomas Schulze <ts@uni-paderborn.de>
  3. Message-Id: <199404270920.AA28940@djerba.uni-paderborn.de>
  4. To: mint@atari.archive.umich.edu
  5. Subject: Re: split biosfs.c into several XDD's?
  6.  
  7. Hi,
  8.  
  9. you wrote: (with lots of stuff deleted)
  10.  
  11. >  This would result in having the following device drivers (not all of them
  12. > for every type of computer, but that should be a job of the initialization
  13. > code then), with some notes about possible changes I've been thinking of:
  14. > console.xdd
  15. > midi.xdd - shouldn't forget that :-)
  16. > modem1.xdd - switch to new (unix-style) names?
  17. > modem2.xdd - dito?
  18. > serial1.xdd - dito?
  19. > serial2.xdd - dito?
  20. > centr.xdd - switch to a proper name, say, lp.xdd? would make it easier to
  21. >         *replace* it with Thierry Bousch's one
  22. > fasttext.xdd - perhaps merge this with console.xdd and use some fcntl to
  23. >         switch between them?
  24. > null.xdd
  25. > mouse.xdd - add an absolute mode? the small buffering of relative steps
  26. >         makes - for example - MGR crawl like a snake when the system
  27. >         is under heavy load, making the buffer bigger wouldn't do,
  28. >         but adding an absolute mode (errr, not SUN compatible)
  29.  
  30.  
  31. Ok, but I think we should have a core set of drivers inside the kernel.
  32. console.xdd is one of them, the (to be written) acsi/scsi xdd another one.
  33. How about writing a keyboard.xdd, too? 
  34.  
  35. Otherwise, how could MiNT inform Joe User about non existing path for loading
  36. xdd's? Or about serious problems while starting? 
  37.  
  38. In fact each of these xdd should be a possible part of the kernel to build
  39. a version of MiNT which boots from the network. This will result in a 
  40. configurable kernel... 
  41.  
  42. And another one: How about integrating Juergen Lock's vcon (Virtual Console)
  43. into the kernel?
  44.  
  45. Just my two cents, Thomas.
  46. ts@uni-paderborn.de
  47.  
  48.